Skip to main content

Change App logo and Icon

Steps to Update the App Logo Dynamically

1. Log in to the Admin Panel

2. Go to the App Setting Section

  • Once logged in, locate the App Setting section.
  • In this section, find the App Logo Preview option.
  • Select your desired logo file from your system.

4. Save the Changes

  • After uploading the logo, click on the Submit button to apply the changes.

5. Dynamic Logo Update

  • The app logo will automatically update in your application, as it is dynamically fetched from the admin panel.

Steps to Update the App Icon Dynamically

1. Generate the App Icon

  • Use an Online Tool to Generate your app icon using a reliable icon generation website.

  • For example, visit App Icon Generator.

  • Download the Generated Icons

  • After generating the icons, download the folder containing the assets for both Android and iOS.

2. Update the App Icon for Android

  • Navigate to the following directory in your Flutter project:

    /android/app/src/main/res
  • Replace all mipmap folders in this directory with the mipmap folders from your generated Android icons.

3. Update the App Icon for iOS

  • Navigate to the following directory in your Flutter project:

    /ios/Runner/Assets.xcassets
  • Replace the existing Assets.xcassets folder with the Assets.xcassets folder from your generated iOS icons.